-
-
Notifications
You must be signed in to change notification settings - Fork 403
Support updating label and origin domain of publish #1484
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
neolynx
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
excellent, thanks !
wonder if we should add some tests, making sure the values are respected...
65c1e83 to
49ef3d1
Compare
Signed-off-by: Zhang Xiao <xiao.zhang@windriver.com>
49ef3d1 to
2d0d211
Compare
|
@neolynx Thanks for your kindly reminds. Updated the patch and make three test cases for it. ===
|
|
@neolynx Is there anything else supplementary I need to do? Additionally, is there any possibility of adding this patch to Debian:trixie? One of our projects is built on Debian:trixie, and it would be beneficial to our project if this patch could be added to Debian:trixie. |
|
we need a system test to cover the changes in cmd/publish_update.go maybe we can modify an existing one, or add a new one in system/t06_publish/update.py |
Fixes #1007
Requirements
All new code should be covered with tests, documentation should be updated. CI should pass.
Description of the Change
Checklist
AUTHORS